home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / Chip_2003-07_cd1.bin / oddech / srp / Stress Relief Paintball.exe / scripts / DefineButton2_47 / BUTTONCONDACTION on(release).as
Text File  |  2002-07-26  |  106b  |  8 lines

  1. on(release){
  2.    if(_root.blnEmail == 0)
  3.    {
  4.       _root.blnHelp = 1;
  5.       gotoAndPlay(2);
  6.    }
  7. }
  8.